home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 53696 / 53696.xpi / chrome / content / glide.css < prev    next >
Cascading Style Sheet File  |  2009-12-06  |  672b  |  50 lines

  1. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  2.  
  3. #glide-bin-category-dialog
  4. {
  5.     background-color: #ffffff;
  6.     color: #000000;
  7.     padding: 8px;
  8.     font: 12px arial;
  9. }
  10.  
  11. #glide-bin-category-dialog input
  12. {
  13.     font: inherit;
  14. }
  15.  
  16. description.instruction
  17. {
  18.     margin-bottom: 8px;
  19. }
  20.  
  21. #glide-locator-dialog
  22. {
  23.     background-color: #ffffff;
  24.     color: #000000;
  25.     padding: 8px;
  26.     font: 12px arial;
  27. }
  28.  
  29. #locator_columns
  30. {
  31.     width: 600px;
  32.     height: 300px;
  33.     margin-bottom: 8px;
  34.     overflow-x: auto;
  35.     overflow-y: hidden;
  36. }
  37.  
  38. #locator_columns listbox
  39. {
  40.     height: 100%;
  41.     width: 200px;
  42.     margin: 0px;
  43. }
  44.  
  45. #column_load_indicator
  46. {
  47.     height: 100%;
  48.     width: 200px;
  49. }
  50.